-
Notifications
You must be signed in to change notification settings - Fork 1.2k
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
build path base on BFS through adjancency list (#1669) #5002
Conversation
@nevermore3 plz fix the tck tests |
* build path base on BFS through adjancency list * fix error * add multi-thread * fix error * change filter path * fix ci test error * address comment Co-authored-by: Yee <2520865+yixinglu@users.noreply.github.com>
f075335
to
b695c28
Compare
done |
Codecov ReportBase: 77.22% // Head: 77.28% // Increases project coverage by
Additional details and impacted files@@ Coverage Diff @@
## master #5002 +/- ##
==========================================
+ Coverage 77.22% 77.28% +0.06%
==========================================
Files 1105 1105
Lines 82059 82104 +45
==========================================
+ Hits 63366 63458 +92
+ Misses 18693 18646 -47
Help us with your feedback. Take ten seconds to tell us how you rate us. Have a feature suggestion? Share it here. ☔ View full report at Codecov. |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Consider use robin_hood::unordered_flat_
to replace std::set
and std::map
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Consider use robin_hood::unordered_flat_
to replace std::set
and std::map
will be considered if there is a significant improvement in performance |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Consider use robin_hood::unordered_flat_
to replace std::set
and std::map
build path base on BFS through adjancency list
fix error
add multi-thread
fix error
change filter path
fix ci test error
address comment
Co-authored-by: Yee 2520865+yixinglu@users.noreply.github.com
What type of PR is this?
What problem(s) does this PR solve?
Issue(s) number:
Description:
How do you solve it?
Special notes for your reviewer, ex. impact of this fix, design document, etc:
Checklist:
Tests:
Affects:
Release notes:
Please confirm whether to be reflected in release notes and how to describe: